CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - naive bayes

搜索资源列表

  1. Naivebayesjavacode

    0下载:
  2. Naive Bayes算法java代码,内涵4个小的java文件。-java code, meaning four small java document.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16432
    • 提供者:代风
  1. nposs

    0下载:
  2. Programs to induce a naive possibilistic classifier (a possibilistic analog of the naive Bayes classifier) and to classify new data with an induced naive possibilistic classifier.-Programs to induce a naive possibilistic c lassifier (a possibilistic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:42981
    • 提供者:无心
  1. MLC21NT-C

    0下载:
  2. machine learning, accuracy estimation, cross-validation, bootstrap, ID3, decision trees, decision graphs, naive-bayes, decision tables, majority, induction algorithms, classifiers, categorizers, general logic diagrams, instance-based algorit
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3153562
    • 提供者:infinite8
  1. pop3agent

    0下载:
  2. pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capable of recognizing spam e-mails after appropriate training. Pop3 Agent uses an embedded Firebird database server. Of course, you can configure P
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:218575
    • 提供者:linqi07
  1. ApMl

    0下载:
  2. ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1631348
    • 提供者:辉腾
  1. NaiveBayes

    0下载:
  2. Naive Bayes 分类器, 用C语言写的.大家一起参考一下.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5677
    • 提供者:sj2ac
  1. knn

    1下载:
  2. 朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法,非常简单有效。k近邻法(k-Nearest Neighbor, kNN)[30,31]又称为基于实例(Example-based, Instance-bases)的算法,其基本思想相当直观:Rocchio法来源于信息检索系统,后来最早由Hull在1994年应用于分类[74],从那以后,Rocchio方法就在文本分类中广泛应用起来。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:96619
    • 提供者:许梁
  1. ReadDir

    1下载:
  2. 该程序实现的是一个垃圾邮件过滤系统,方法采用的是NAIVE Bayes,语料库用的是LINspam—public,程序中有使用说明,希望大家一起探讨改进一下,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:629774
    • 提供者:yarakchou
  1. NaiveBayes

    0下载:
  2. naive bayes方法是用于分类的一个传统方法,它是产生的比较早的一个方法,分类的准确度比较高。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:李萍
  1. NaiveBayes

    0下载:
  2. 这是一个matlab 开发的naive Bayes 分类器算法。可以供大家共享,修改和批评指正。这个是修改的别人的。如果有务,联系: l_y_f_2005@163.com
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1235
    • 提供者:122456
  1. bayes

    3下载:
  2. java实现朴素贝叶斯中文文本分类器。自带分类语料和实验报告。功能完整。-java implement Naive Bayes Chinese text categorization. Own classification corpus and test reports. Full-featured.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5605376
    • 提供者:周玉红
  1. Bayes

    0下载:
  2. Java实现的基于朴素贝叶斯的身高分类,包含训练集文档。代码简单易读。-Java-based implementation of height Naive Bayes classification, including the training set documentation. The code easier to read.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1880729
    • 提供者:澜恬
  1. bayes

    0下载:
  2. 根据文本内容,使用朴素贝叶斯进行文档的分类。-According to the text, using Naive Bayes to classify documents.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:933
    • 提供者:孙德宇
  1. bayes

    0下载:
  2. 基于自然对数改进的朴素贝叶斯,统计TPR,NPR,TFR,TPR-Based on the natural logarithm improved Naive Bayes
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1533
    • 提供者:xuyan
  1. Bayes

    0下载:
  2. 用java语言实现的朴素贝叶斯算法。可以根据输入属性值来判断目标属性的值。-This is the code about Naive Bayes.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:8803
    • 提供者:梁杨晓
  1. AI-Naive

    0下载:
  2. 利用Python实现朴素贝叶斯分类方法。实现程序具有普适性,同时附带测试数据。可以直接运行。-Python implementations utilizing Naive Bayes classification. Achieve universal program has also included with the test data. It can be run directly.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:5544
    • 提供者:释放梦想
  1. naive_bayes

    0下载:
  2. 朴素贝叶斯算法的程序,不知有用否,不记得是从哪里下载到的了(naive bayes algorithm is a machine learning technique, which is used for classification.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:24576
    • 提供者:黑发
  1. bayes

    0下载:
  2. 基于概率论的分类方法 :朴素贝叶斯 学习朴素贝叶斯算法进行简单的二值分类(Classification method based on probability theory: Naive Bayes Learning naive Bayes algorithm for simple two valued classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:22528
    • 提供者:AYN1
  1. 朴素贝叶斯源码

    0下载:
  2. 朴素贝叶斯分类器用Python实现,基础代码适合初学者(Naive bayes classifier is implemented in Python, and basic code is suitable for beginners)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:236544
    • 提供者:Amber555
  1. Naive Bayes Classifier - Copy-2

    0下载:
  2. This is a simple probabilistic classifier based on the Bayes theorem, from the Wikipedia article. This project contains source files that can be included in any C# project.
  3. 所属分类:matlab例程

« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com